-
Notifications
You must be signed in to change notification settings - Fork 1k
Add Java 23 to smoke test matrix #12451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1d1ceeb to
5a3dcb3
Compare
| | JVM | Versions | OS | | ||
| |-------------------------------------------------------------------------------------------|-------------------|-------------------| | ||
| | [OpenJDK (Eclipse Temurin)](https://adoptium.net/) | 8, 11, 17, 21, 23 | [`ubuntu-latest`] | | ||
| | [OpenJ9 (IBM Semeru Runtimes)](https://developer.ibm.com/languages/java/semeru-runtimes/) | 8, 11, 17, 21, 23 | [`ubuntu-latest`] | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
currently we don't run tests on openj9 23
opentelemetry-java-instrumentation/.github/workflows/build-common.yml
Lines 210 to 213 in d3e1a2c
| exclude: | |
| - vm: ${{ inputs.skip-openj9-tests && 'openj9' || '' }} | |
| - test-java-version: 23 | |
| vm: openj9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! fixed
No description provided.